widget-factory: Use a standard icon name
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jun 2014 17:24:28 +0000 (13:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Jun 2014 17:24:28 +0000 (13:24 -0400)
Using edit-find instead of search has the advantage that there
is a symbolic variant of the icon.

demos/widget-factory/widget-factory.ui

index 011cda5da1cbf03737c0ae2a626a48d41fead80b..9f2a097cd6ddb5b7c5ea86fc21de6a8bbd814db3 100644 (file)
@@ -2477,7 +2477,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
                                       <object class="GtkToolButton">
                                         <property name="visible">True</property>
                                         <property name="label" translatable="yes">Search</property>
-                                        <property name="icon-name">search</property>
+                                        <property name="icon-name">edit-find</property>
                                         <property name="action-name">win.search</property>
                                         <property name="tooltip-text" translatable="yes">Search for it</property>
                                       </object>